npm 相關命令 查看npm版本 npm -v 升級npm sudo npm install npm -g 創建package.json npm init 安裝package npm install xx ...